/*------------------------------------------------------------------
/*------------------------------------------------------------------
# [Color codes]
$color-1: #42d9e4;
/*------------------------------------------------------------------
------------------------------------------------------------------*/
.sub-navTop{
      -webkit-background-image: linear-gradient(to right,  #103754 50%,  #42d9e4 50%);
  -moz-background-image:linear-gradient(to right, #103754 50%,  #42d9e4 50%);
  -o-background-image:linear-gradient(to right,  #103754 50%,  #42d9e4 50%);
  background-image:linear-gradient(to right, #103754 50%,  #42d9e4 50%);
}
.btn,.title h2:before,.services .service:hover .icon,
.portfolio .portfolio-filter ul li:after,
.portfolio .animation .img-link,
.portfolio .img-overlay span,.counters h2:after,
.PricingTable .table.professional .head,.contact-us .info li i,
.contact-us .social a:hover,.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span{
    background: #42d9e4
}
.navbar .navbar-nav .active > a,.navbar .navbar-nav li a:hover,
.title h2 span,.services .service .detalies a,.features .feature ul li i,
.portfolio .portfolio-item .portfolio-title i,
.client-testimonials .name-testimonials h4,
.team .team-member .team-details ul a:hover,.blog .card .card-block a:hover,
.contact-us .input-group-addon i,.copyright span a
{
    color: #42d9e4 !important
}
